projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
403c00a
)
extern last_point_position_window.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 26 Dec 2005 18:35:10 +0000
(18:35 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 26 Dec 2005 18:35:10 +0000
(18:35 +0000)
src/keyboard.h
patch
|
blob
|
history
diff --git
a/src/keyboard.h
b/src/keyboard.h
index afda1c00a92523611c4a101c7df722eb082d04e8..9af3e9acc81236c711ce4675802f2401a6f33d32 100644
(file)
--- a/
src/keyboard.h
+++ b/
src/keyboard.h
@@
-301,6
+301,8
@@
extern Lisp_Object read_char P_ ((int, int, Lisp_Object *, Lisp_Object, int *));
/* User-supplied string to translate input characters through. */
extern Lisp_Object Vkeyboard_translate_table;
+/* The window that was selected when the last command was started. */
+extern Lisp_Object last_point_position_window;
extern int parse_menu_item P_ ((Lisp_Object, int, int));